home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // DBPWDlg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: DBPWDlg.pas
- //----------------------------------------------------------------------------
- #ifndef DBPWDlgHPP
- #define DBPWDlgHPP
- //----------------------------------------------------------------------------
- #include <StdCtrls.hpp>
- #include <Controls.hpp>
- #include <Forms.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Windows.hpp>
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Dbpwdlg
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TPasswordDialog;
- class __declspec(pascalimplementation) TPasswordDialog : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TGroupBox* GroupBox1;
- Stdctrls::TEdit* Edit;
- Stdctrls::TButton* AddButton;
- Stdctrls::TButton* RemoveButton;
- Stdctrls::TButton* RemoveAllButton;
- Stdctrls::TButton* OKButton;
- Stdctrls::TButton* CancelButton;
- void __fastcall EditChange(System::TObject* Sender);
- void __fastcall AddButtonClick(System::TObject* Sender);
- void __fastcall RemoveButtonClick(System::TObject* Sender);
- void __fastcall RemoveAllButtonClick(System::TObject* Sender);
- void __fastcall OKButtonClick(System::TObject* Sender);
-
- private:
- bool PasswordAdded;
- Classes::TComponent* FSession;
- public:
- /* TForm.Create */ __fastcall virtual TPasswordDialog(Classes::TComponent* AOwner) : Forms::TForm(AOwner
- ) { }
- /* TForm.CreateNew */ __fastcall TPasswordDialog(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
- AOwner, Dummy) { }
- /* TForm.Destroy */ __fastcall virtual ~TPasswordDialog(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TPasswordDialog(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern bool __fastcall PasswordDialog(Classes::TComponent* ASession);
-
- } /* namespace Dbpwdlg */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Dbpwdlg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DBPWDlg
-